func github.com/andybalholm/brotli/matchfinder.extendMatch2
7 uses
github.com/andybalholm/brotli/matchfinder (current package)
m4.go#L132: m := extendMatch2(src, i+1, i+1-prevDistance, e.NextEmit+1)
m4.go#L159: m := extendMatch2(src, i, candidate, e.NextEmit)
m4.go#L175: m := extendMatch2(src, i, candidate, e.NextEmit)
m4.go#L327: func extendMatch2(src []byte, start, candidate, min int) absoluteMatch {
pathfinder.go#L160: m := extendMatch2(src, i+1, i+1-prevDistance, i+1)
pathfinder.go#L169: m := extendMatch2(src, i, candidate, max(historyLen, prevMatch.Start))
pathfinder.go#L186: m := extendMatch2(src, i, candidate, max(historyLen, prevMatch.Start))
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |